home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
001
/
qscripts.arc
/
CBC.SCR
< prev
next >
Wrap
Text File
|
1986-03-02
|
787b
|
41 lines
. This Script is for CBC Auto Logon
. You can call Computerline Broadcasting Company at (612) 729-0408
.
. Replace FIRSTNAME, LASTNAME, and PASSWORD with your information.
Note Logging onto CBC
$1 $2
SCRIPT BEEP.SCR "CBC.SCR"
BEEPRET:
.Send a return, wait one second, then send another return, etc.
TRYAGAIN:
SEND "{"
TIMEOUT 1 TRYAGAIN
WAITFOR "number: "
SEND "~cbc{"
.Now that they are on the horn, adjust the timeout to 30 seconds.
TIMEOUT 30
WAITFOR "screen width> "
SEND "~80{"
WAITFOR "last name.....> "
SEND "~LASTNAME{"
WAITFOR "first name....> "
SEND "~FIRSTNAME{"
WAITFOR "PASSWORD......> "
SEND "~~P~A~S~S~W~O~R~D{"
BEEP 400
BEEP 1600
BEEP 400
BEEP 1600
SCRIPT END.SCR